home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 64
/
Volume 64 - JOGO DISK .iso
/
Games
/
skecthpad.swf
/
scripts
/
frame_44
/
PlaceObject2_442_967
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2008-04-25
|
222b
|
11 lines
onClipEvent(enterFrame){
if(this.hitTest(_root["drawline" + _root.symboller]) && _root.swapping == true)
{
_root.score -= 3;
if(_root.score < 0)
{
_root.score = 0;
}
}
}